projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d099fb
)
gtk3-demo: Drop unneeded gtk_init() call
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 May 2014 02:38:37 +0000
(22:38 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 May 2014 02:38:37 +0000
(22:38 -0400)
GtkApplication is doing this for us.
demos/gtk-demo/main.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/main.c
b/demos/gtk-demo/main.c
index ac8e5d82a4a537f6c5a1b2308bf6ce1f98f70c0e..6a1553ab69975672ce884eaf5f3c57bd5cd46213 100644
(file)
--- a/
demos/gtk-demo/main.c
+++ b/
demos/gtk-demo/main.c
@@
-1015,8
+1015,6
@@
main (int argc, char **argv)
}
/* -- End of hack -- */
- gtk_init (&argc, &argv);
-
app = gtk_application_new ("org.gtk.Demo", 0);
g_action_map_add_action_entries (G_ACTION_MAP (app),